func google.golang.org/protobuf/proto.appendSpeculativeLength

4 uses

	google.golang.org/protobuf/proto (current package)
		encode.go#L248: 		b, pos := appendSpeculativeLength(b)
		encode.go#L283: 		b, pos = appendSpeculativeLength(b)
		encode.go#L304: func appendSpeculativeLength(b []byte) ([]byte, int) {
		encode_gen.go#L80: 		b, pos = appendSpeculativeLength(b)